home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Pack
/
Giga Pack CD1.iso
/
strategy
/
crsswr
/
cp.bat
< prev
next >
Wrap
DOS Batch File
|
1991-04-14
|
89b
|
9 lines
@echo off
if "%1" == "" goto norm
cp11 %1
goto end
:norm
cp11 Demo
:end
echo